home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / cmprss.exe / CONST.H < prev    next >
C/C++ Source or Header  |  1993-01-23  |  92b  |  8 lines

  1. #ifndef CONST_H
  2. #define CONST_H
  3.  
  4. const CBUF_SIZE=16384;
  5. const HASH_LEN=4096;
  6.  
  7. #endif
  8.